home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000281_news@columbia.edu _Thu Aug 29 22:51:39 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id WAA27720 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 29 Aug 1996 22:51:38 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id WAA13114 for kermit.misc@watsun; Thu, 29 Aug 1996 22:51:37 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!in3.uu.net!skypoint.com!not-for-mail
  5. From: escargo@skypoint.com (David S Cargo)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: MSK3.14, Windows, and 3COM ethernet
  8. Date: 29 Aug 1996 21:50:40 -0500
  9. Organization: SkyPoint Communications Inc.
  10. Lines: 30
  11. Message-ID: <505ku0$sn3@mirage.skypoint.com>
  12. NNTP-Posting-Host: mirage.skypoint.com
  13.  
  14. After not being able to achieve stable operation with the packet driver
  15. and Kermit with DOS, I switched to using the ODI drivers with DOS,
  16. which has worked reliably.  I decided to try running with windows using
  17. the following setup.  The first two lines I run from the batch file;
  18. I need them to use Kermit from DOS.  The next two lines I typed by hand.
  19. They seemed to work, but when I connected to the router at the other end
  20. of my ethernet cable, it had not received any ethernet packets.  It's
  21. working under DOS (which is how this message is getting sent).
  22.  
  23. Any suggestions on how the find and fix the problem are welcome.
  24.  
  25. David S. Cargo (escargo@skypoint.com)
  26.  
  27. @echo off
  28. REM  Netware startup
  29. if not exist C:\NWCLIENT\lsl.com goto noNetware
  30. if not exist C:\NWCLIENT\ipxodi.com goto noNetware
  31. rem if not exist C:\NWCLIENT\vlm.exe goto noNetware
  32. C:\NWCLIENT\lsl.com
  33. C:\NWCLIENT\3C5X9.com
  34. rem C:\NWCLIENT\ODIPKT 0 96
  35. rem C:\NWCLIENT\WINPKT 0x60
  36. rem C:\NWCLIENT\ipxodi.com
  37. rem C:\NWCLIENT\vlm.exe
  38. rem f:\login
  39. rem c:
  40. rem goto doneNetware
  41. :noNetware
  42. rem echo Netware client software missing, Netware not started
  43. :doneNetware